PagerView

constructor(context: Context, attrs: AttributeSet)

Constructor for inflating from XML.

Parameters

context

The Context the view is running in, through which it can access the current theme, resources, etc.

attrs

The attributes of the XML tag that is inflating the view.


constructor(context: Context, module: Module)

Constructor for programmatic creation.

Parameters

context

The Context the view is running in.

module

The Module data containing the playlist and configuration for this PagerView.